home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / Condo.V2.04_d2.adf / HelpFiles / Buffer Management  < prev    next >
Text File  |  1993-03-08  |  2KB  |  110 lines

  1. V- AnyChangedBuffers    |anychangedbuffers|
  2. F- BufferType            |buffertype|
  3. C- Flush                |flush|
  4. C- FlushAll                |flushall|
  5. C- GetBufferInfo        |getbufferinfo|
  6. C- InsertChangedBufferList    |insertchangedbufferlist|
  7. C- RamScram                |ramscram|
  8. C- SaveAllChangedBuffers    |saveallchangedbuffers|
  9. C- SetAutoFileRequester    |setautofilerequester|
  10. C- SetAutoLoadFlags        |setautoloadflags|
  11. [E]
  12.  
  13. |anychangedbuffers|
  14. WT {Logical}=AnyChangedBuffers
  15. PL Returns TRUE if there are any modified
  16. PL buffers, or else it returns FALSE.
  17. ED
  18.  
  19. |buffertype|
  20. WT {BufferType}=BufferType({BufferName})
  21. PL Returns the Buffer type for the specified
  22. PL buffer.  Types are: "Brush","BrushAnim",
  23. PL "Document","Icon","Picture","Read File",
  24. PL "Write File","Sound".  If the buffer is
  25. PT not found it will return a 
  26. BS Nothing
  27. PT .
  28. ED
  29.  
  30. |flush|
  31. WT Flush {BufferName}
  32. PL Frees all memory used the buffer.  This
  33. PL command can fail if the buffer is in use
  34. PL or modified in someway.
  35. PL
  36. PT SEE ALSO: 
  37. BS FlushAll
  38. PT .
  39. ED
  40.  
  41. |flushall|
  42. WT FlushAll
  43. PL Flushes all buffers.  This command will not
  44. PL flush buffers that are in use or modified.
  45. PL
  46. PT SEE ALSO: 
  47. BS Flush
  48. PT  and 
  49. BS RamScram
  50. PT .
  51. ED
  52.  
  53. |getbufferinfo|
  54. WT GetBufferInfo {BufferName}, <Var1>, <Var2>, <Var3>, <Var4>
  55. PL Returns information about the buffer.
  56. PL See the manual for a full description
  57. PL of this command.
  58. ED
  59.  
  60. |insertchangedbufferlist|
  61. WT InsertChangedBufferList
  62. PL Types the name of all modified buffers
  63. PL into the current document.  Each buffer
  64. PL name will be on a separate line.
  65. PT SEE ALSO: 
  66. BS SaveAllChangedBuffers
  67. PT .
  68. ED
  69.  
  70. |ramscram|
  71. WT RamScram
  72. PL Frees all Buffer Data not currently used
  73. PL and not modified.  CanDo does not forget
  74. PL about the freed buffers and will reload
  75. PL them as needed.
  76. PL
  77. PT SEE ALSO: 
  78. BS Flush
  79. PT  and 
  80. BS FlushAll
  81. PT .
  82. ED
  83.  
  84. |saveallchangedbuffers|
  85. WT SaveAllChangedBuffers
  86. PL Save all buffers that have been modified.
  87. PL If the buffer was originally loaded, it
  88. PL will save with the loaded name, otherwise
  89. PL it will save with its "Buffer Name" as
  90. PL its file specification.
  91. PT SEE ALSO: 
  92. BS InsertChangedBufferList
  93. PT .
  94. ED
  95.  
  96. |setautofilerequester|
  97. WT SetAutoFileRequester {Logical}
  98. PL Enables or disables the automatic file
  99. PL requester.
  100. ED
  101.  
  102. |setautoloadflags|
  103. WT SetAutoLoadFlags <flags>
  104. PL Defines the buffer system's load flags.
  105. PL See the manual for a full description
  106. PL of this command.
  107. ED
  108.  
  109.  
  110.